home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / sos6663d / make.bat < prev    next >
DOS Batch File  |  1996-05-08  |  170b  |  8 lines

  1. : You have to assemble it using 2 passes, else it'll be bigger
  2. : (only god knows why :))
  3.  
  4. TASM /q /m2 MINI3D.ASM
  5. TLINK /x /3 /t MINI3D.OBJ
  6. DEL MINI3D.OBJ
  7. POSTPROC
  8.